home *** CD-ROM | disk | FTP | other *** search
-
-
- > > Ok how will do to make amos to understand that i want to threat this
- > > as a number instead of an ascii value?
- > Isnt this ASC ? or is this some other language thats bouncing round
- > my head!
- >
- > a=asc("5") sets a to 5 ????
- >
- Could it also be Char or does that doe the inverse, give you the
- string value of an Ascii code number? Woah wait asc("5") will give you
- the acs character code for "5", if you want to turn the string "5" into
- the number "5" don't you use Val("5") or something like that?
- Just some thought,
- Scott Matott sXe
-
-
-
-